home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Bavarian / Bavarian #132 (19xx)(APS Electronic).zip / Bavarian #132 (19xx)(APS Electronic).adf / eins < prev    next >
Text File  |  1988-08-06  |  377b  |  23 lines

  1. clear
  2. SetMap d
  3. Start
  4. 3d
  5. Titel
  6. AvailMem
  7. If WARN
  8.   RunBack SYS:RtE
  9.   EndCli
  10. Else
  11.   Makedir RAM:Planets
  12.   MakeDir RAM:Stars
  13.   MakeDir RAM:Ships
  14.   MakeDir RAM:DockPics
  15.   Copy SYS:Planets all to RAM:Planets quiet
  16.   Copy SYS:Stars all to RAM:Stars quiet
  17.   Copy SYS:Ships all to RAM:Ships quiet
  18.   Copy SYS:DockPics all to RAM:DockPics quiet
  19.   CD RAM:
  20.   RunBack SYS:RtE
  21.   EndCli
  22. EndIf
  23.